home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / svcitocx / uninstal.bat < prev   
Encoding:
DOS Batch File  |  1998-07-08  |  418 b   |  10 lines

  1. @Echo off
  2. if "%SystemRoot%"=="" goto 95
  3. if exist %SystemRoot%\System32\svcit.ocx regsvr32 /u %SystemRoot%\System32\svcit.ocx
  4. if exist %SystemRoot%\System32\svcit.ocx del %SystemRoot%\System32\svcit.ocx
  5. goto End
  6. :95
  7. if "%windir%"=="" goto End
  8. if exist %windir%\System\svcit.ocx start /w %windir%\System\regsvr32 /u %windir%\System\svcit.ocx
  9. if exist %windir%\System\svcit.ocx del %windir%\System\svcit.ocx
  10. :End